Conversation
chore: update README.md
chore: update README.md
There was a problem hiding this comment.
Pull request overview
This PR updates repository references and adds new operational documentation for database migration and Hyperdrive configuration management.
- Updates GitHub repository URLs from
Myxogastria0808/pay-crewtoPay-Crew/pay-crew2across README.md - Adds Japanese documentation for Xata Lite migration procedures
- Adds documentation for Hyperdrive configuration management in Cloudflare Workers
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Updates GitHub repository references in badges and links from the old organization/repo to the new one |
| products/backend/README.md | Adds new operational documentation for database migration and Hyperdrive configuration with security warnings |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|  | ||
|  |
There was a problem hiding this comment.
Inconsistent repository references: Lines 3-4 use "Pay-Crew/pay-crew2" but lines 5-6 still use "Pay-Crew/pay-crew". All badge URLs should reference the same repository for consistency.
|  | |
|  | |
|  | |
|  |
|
|
||
| ```sh | ||
| git clone https://github.com/Myxogastria0808/pay-crew.git | ||
| git clone https://github.com/Pay-Crew/pay-crew.git |
There was a problem hiding this comment.
The git clone URL references "Pay-Crew/pay-crew.git" but the badge URLs above reference "Pay-Crew/pay-crew2". These should be consistent and point to the correct repository name.
| git clone https://github.com/Pay-Crew/pay-crew.git | |
| git clone https://github.com/Pay-Crew/pay-crew2.git |
| 3. デプロイが完了したら、`products/backend/wrangler.jsonc`の`HYPERDRIVE`の`ID`を`""` (元の状態) に戻す。 | ||
|
|
||
| ※ HyperdriveのIDが漏洩すると、他者にデータベースを操作される可能性があるため、デプロイ完了後は必ず元に戻してからステージング (`git add`) をすること。 |
There was a problem hiding this comment.
Security concern: The documentation suggests manually emptying the Hyperdrive ID and relying on manual process to prevent leakage. Consider using environment variables or secrets management instead of committing sensitive configuration to version control, even temporarily.
|
|
||
| 3. デプロイが完了したら、`products/backend/wrangler.jsonc`の`HYPERDRIVE`の`ID`を`""` (元の状態) に戻す。 | ||
|
|
||
| ※ HyperdriveのIDが漏洩すると、他者にデータベースを操作される可能性があるため、デプロイ完了後は必ず元に戻してからステージング (`git add`) をすること。 |
There was a problem hiding this comment.
[nitpick] The instruction refers to "ステージング (git add)" which typically means "staging" in Git terminology, not "staging environment". While technically correct, consider using "ステージングエリアへの追加" for clarity to distinguish from deployment staging environments.
| ※ HyperdriveのIDが漏洩すると、他者にデータベースを操作される可能性があるため、デプロイ完了後は必ず元に戻してからステージング (`git add`) をすること。 | |
| ※ HyperdriveのIDが漏洩すると、他者にデータベースを操作される可能性があるため、デプロイ完了後は必ず元に戻してからステージングエリアへの追加 (`git add`) をすること。 |
No description provided.